-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make it build with ghc 9.10 #855
Conversation
cabal.project
Outdated
, cardano-api:plutus-ledger-api | ||
, cardano-api:prettyprinter-configurable | ||
, cardano-api:base | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will let the node team decide whether the above needs to be fixed before this can be merged.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comment
a374f02
to
ce4c19b
Compare
Also bumps the plutus-ledger-api version.
@@ -20,7 +20,7 @@ jobs: | |||
strategy: | |||
fail-fast: false | |||
matrix: | |||
ghc: ["9.6", "9.8"] | |||
ghc: ["9.6", "9.8", "9.10"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If our next GHC target after 8.10 is 9.6, I'm wondering if we need both 9.8 and 9.10 here?
Changelog
Checklist